Setup
Each of these guides shows you how to set up a development environment, compile, and run "hello world."
Both GCC and the Visual Studio compiler (MSVC) can be run by themselves on Windows, similarly to how GCC is used on linux. Email me if you'd like guides on using the standalone compilers on windows.
Other IDEs (Integrated Development Environments) include Code::Blocks, Eclipse, NetBeans, and XCode (for mac). There are many guides on how to set these up.
Contents - C++
- A Note on Files and the Build Process
- Project 01 - Roots
- Project 02 - Maze Game
- Project 03 - Card Game